home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 2
/
CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso
/
17_bit_pd
/
17bitgif
/
utility
/
amiga
/
gd_v1_11.lha
/
gd1.1.1
/
gdfontl.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-10-19
|
362b
|
16 lines
#ifndef GDFONTL_H
#define GDFONTL_H 1
/* gdfontl.h: brings in the larger of the two provided fonts.
Also link with gdfontl.c. */
#include "gd.h"
/* 8x16 font derived from a public domain font in the X
distribution. Only contains the 96 standard ascii characters,
sorry. Feel free to improve on this. */
extern gdFontPtr gdFontLarge;
#endif